home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 2.87-8.88 / December 87.sit / re MacApp and Tiling 12_17 < prev    next >
Encoding:
Text File  |  1987-12-17  |  777 b   |  25 lines

  1. Item    6362368                         17-Dec-87        12:37
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry
  4.  
  5. To:     D0035                           Nova Dev, Dev Mktg, Corp Office
  6.  
  7. cc:     MACAPP$                         MacApp Interest List
  8.  
  9. Sub:    re MacApp and Tiling
  10.  
  11. I am not an expert in UPrinting, but I think you can do what you want by
  12. overriding TStdPrintHhandler.
  13.  
  14. Take a look at the methods TStdPrintHandler.GetViewedRect and
  15. TStdPrintHandler.LocatePageInterior.  The former specifies what part of the
  16. view is supposed to appear on a certain page.  The latter specifies the topLeft
  17. corner of the page at which that image should be printed.
  18.  
  19. By overriding either or both of these, you should be able to achieve the
  20. desired result.
  21.  
  22. Larry
  23.  
  24.  
  25.